home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Griffith 0.9.8 / griffith-0.9.8-win32.exe / {app} / lib / pkgconfig / libpng.pc < prev    next >
Text File  |  2008-04-15  |  221b  |  11 lines

  1. prefix=/target
  2. exec_prefix=${prefix}
  3. libdir=${exec_prefix}/lib
  4. includedir=${prefix}/include/libpng12
  5.  
  6. Name: libpng
  7. Description: Loads and saves PNG files
  8. Version: 1.2.26
  9. Libs: -L${libdir} -lpng12
  10. Cflags: -I${includedir} 
  11.